func github.com/andybalholm/brotli.convertBitDepthsToSymbols
9 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L378: convertBitDepthsToSymbols(code_length_bitdepth[:], codeLengthCodes, code_length_bitdepth_symbols[:])
brotli_bit_stream.go#L432: convertBitDepthsToSymbols(depth, histogram_length, bits)
brotli_bit_stream.go#L566: convertBitDepthsToSymbols(depth, length, bits)
brotli_bit_stream.go#L769: convertBitDepthsToSymbols(depth, length, bits)
compress_fragment.go#L123: convertBitDepthsToSymbols(cmd_depth[:], 64, cmd_bits[:])
compress_fragment.go#L130: convertBitDepthsToSymbols(depth[64:], 64, bits[64:])
compress_fragment_two_pass.go#L68: convertBitDepthsToSymbols(cmd_depth[:], 64, cmd_bits[:])
compress_fragment_two_pass.go#L75: convertBitDepthsToSymbols(depth[64:], 64, bits[64:])
entropy_encode.go#L567: func convertBitDepthsToSymbols(depth []byte, len uint, bits []uint16) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |